[DEPRECATED: use
GET /manage/v3
and
POST /manage/v3
instead.]
name
) from the named package (pkgname
).
Upon success, MarkLogic Server returns status code 204 (No Content).
manage-admin
role, or the
following privilege:
http://marklogic.com/xdmp/privileges/manage
curl -X DELETE --digest -u admin:admin -H "Content-type: application/xml" \ "http://localhost:8002/manage/v2/packages/test-package/databases/Documents" ==> Deletes the 'Documents' database from the "test-package" package.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.